home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / educate / wcstrv11.zip / _SETUP.1 / WCSServer.exe / 0 / RCDATA / TLMDGRADIENTEDITORDLG / TLMDGRADIENTEDITORDLG.txt
Text File  |  1997-05-25  |  6KB  |  274 lines

  1. object LMDGradientEditorDlg: TLMDGradientEditorDlg
  2.   Left = 249
  3.   Top = 106
  4.   ActiveControl = OK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Gradient-Editor'
  8.   ClientHeight = 308
  9.   ClientWidth = 458
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 4
  22.     Top = 185
  23.     Width = 449
  24.     Height = 8
  25.     Shape = bsBottomLine
  26.   end
  27.   object Bevel2: TBevel
  28.     Left = 6
  29.     Top = 198
  30.     Width = 359
  31.     Height = 102
  32.   end
  33.   object Label3: TLabel
  34.     Left = 16
  35.     Top = 215
  36.     Width = 55
  37.     Height = 13
  38.     Caption = '&ColorCount:'
  39.     FocusControl = edbiw
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Label4: TLabel
  48.     Left = 16
  49.     Top = 246
  50.     Width = 27
  51.     Height = 13
  52.     Caption = 'Co&lor:'
  53.     FocusControl = cmbb
  54.     Font.Color = clBlack
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     Transparent = True
  60.   end
  61.   object Label5: TLabel
  62.     Left = 16
  63.     Top = 271
  64.     Width = 46
  65.     Height = 13
  66.     Caption = '&EndColor:'
  67.     FocusControl = cmbL
  68.     Font.Color = clBlack
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     Transparent = True
  74.   end
  75.   object Label1: TLabel
  76.     Left = 239
  77.     Top = 250
  78.     Width = 45
  79.     Height = 13
  80.     Caption = '&Direction:'
  81.     FocusControl = direct
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentFont = False
  87.     Transparent = True
  88.   end
  89.   object test: TLMDTile
  90.     Left = 33
  91.     Top = 16
  92.     Width = 389
  93.     Height = 152
  94.     Hint = 'Shows the current settings.'
  95.     Bevel.Mode = bmStandard
  96.     TileMode = tmGradient
  97.   end
  98.   object OK: TBitBtn
  99.     Left = 371
  100.     Top = 198
  101.     Width = 82
  102.     Height = 27
  103.     Font.Color = clBlack
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     TabOrder = 0
  109.     Kind = bkOK
  110.     Margin = 2
  111.     Spacing = -1
  112.   end
  113.   object Cancel: TBitBtn
  114.     Left = 371
  115.     Top = 229
  116.     Width = 82
  117.     Height = 27
  118.     Font.Color = clBlack
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = []
  122.     ParentFont = False
  123.     TabOrder = 1
  124.     Kind = bkCancel
  125.     Margin = 2
  126.     Spacing = -1
  127.   end
  128.   object reset: TBitBtn
  129.     Left = 371
  130.     Top = 271
  131.     Width = 82
  132.     Height = 27
  133.     Cancel = True
  134.     Caption = 'Reset'
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     TabOrder = 2
  141.     OnClick = resetClick
  142.     Glyph.Data = {
  143.       76010000424D7601000000000000760000002800000020000000100000000100
  144.       04000000000000010000130B0000130B00000000000000000000000000000000
  145.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  146.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  147.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  148.       3333333777333777FF33339993707399933333773337F3777FF3399933000339
  149.       9933377333777F3377F3399333707333993337733337333337FF993333333333
  150.       399377F33333F333377F993333303333399377F33337FF333373993333707333
  151.       333377F333777F333333993333101333333377F333777F3FFFFF993333000399
  152.       999377FF33777F77777F3993330003399993373FF3777F37777F399933000333
  153.       99933773FF777F3F777F339993707399999333773F373F77777F333999999999
  154.       3393333777333777337333333999993333333333377777333333}
  155.     Margin = 2
  156.     NumGlyphs = 2
  157.     Spacing = -1
  158.   end
  159.   object edbiw: TSpinEdit
  160.     Left = 83
  161.     Top = 209
  162.     Width = 48
  163.     Height = 22
  164.     Hint = 'Defines how many colors are to be used.'
  165.     Font.Color = clBlack
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = [fsBold]
  169.     MaxLength = 3
  170.     MaxValue = 236
  171.     MinValue = 1
  172.     ParentFont = False
  173.     TabOrder = 3
  174.     Value = 1
  175.     OnChange = edchange
  176.   end
  177.   object chk: TCheckBox
  178.     Left = 240
  179.     Top = 211
  180.     Width = 104
  181.     Height = 20
  182.     Hint = 'If set, the palette will be realized.'
  183.     Caption = ' &PaletteRealize'
  184.     Font.Color = clBlack
  185.     Font.Height = -11
  186.     Font.Name = 'MS Sans Serif'
  187.     Font.Style = []
  188.     ParentFont = False
  189.     TabOrder = 8
  190.     OnClick = chkClick
  191.   end
  192.   object direct: TComboBox
  193.     Left = 241
  194.     Top = 265
  195.     Width = 118
  196.     Height = 21
  197.     Hint = 'Specifies the direction of the gradient,'
  198.     Style = csDropDownList
  199.     DropDownCount = 4
  200.     ItemHeight = 13
  201.     Items.Strings = (
  202.       'gsHorizontal'
  203.       'gsVertical'
  204.       'gsSquare'
  205.       'gsElliptic'
  206.       'gsTopLeft'
  207.       'gsTopRight'
  208.       'gsBottomLeft'
  209.       'gsBottomRight')
  210.     TabOrder = 9
  211.     OnChange = directChange
  212.   end
  213.   object cmbb: TLMDColorComboBox
  214.     Left = 69
  215.     Top = 241
  216.     Width = 132
  217.     Height = 21
  218.     Hint = 'Specifies the beginning color.'
  219.     DlgOptions = []
  220.     Font.Color = clBlack
  221.     Font.Height = -11
  222.     Font.Name = 'MS Sans Serif'
  223.     Font.Style = []
  224.     Options = [coDefaultColors, coSystemColors, coAllowAnyColor]
  225.     ParentFont = False
  226.     TabOrder = 4
  227.     OnChange = cmbc
  228.   end
  229.   object cmbL: TLMDColorComboBox
  230.     Left = 69
  231.     Top = 265
  232.     Width = 132
  233.     Height = 21
  234.     Hint = 'Specifies the end color.'
  235.     DlgOptions = []
  236.     Font.Color = clBlack
  237.     Font.Height = -11
  238.     Font.Name = 'MS Sans Serif'
  239.     Font.Style = []
  240.     Options = [coDefaultColors, coSystemColors, coAllowAnyColor]
  241.     ParentFont = False
  242.     TabOrder = 6
  243.     OnChange = cmbc
  244.   end
  245.   object bt1: TButton
  246.     Left = 202
  247.     Top = 241
  248.     Width = 25
  249.     Height = 21
  250.     Caption = '...'
  251.     Font.Color = clBlack
  252.     Font.Height = -13
  253.     Font.Name = 'Arial'
  254.     Font.Style = [fsBold]
  255.     ParentFont = False
  256.     TabOrder = 5
  257.     OnClick = btn
  258.   end
  259.   object bt2: TButton
  260.     Left = 202
  261.     Top = 265
  262.     Width = 25
  263.     Height = 21
  264.     Caption = '...'
  265.     Font.Color = clBlack
  266.     Font.Height = -13
  267.     Font.Name = 'Arial'
  268.     Font.Style = [fsBold]
  269.     ParentFont = False
  270.     TabOrder = 7
  271.     OnClick = btn
  272.   end
  273. end
  274.